Name | Description | |
---|---|---|
CanFilter | Returns whether the collection is able to filter the specified expression. | |
CanGroup | Returns whether the collection is able to group the specified group descriptions. | |
CanInsert | ||
CanInsertRange | ||
CanMove | ||
CanMoveRange | ||
CanRefresh | Determines whether the collection can be refreshed. | |
CanRemove | ||
CanRemoveRange | ||
CanReplace | ||
CanReplaceRange | ||
CanSort | Returns whether the collection is able to sort the specified sort descriptions. | |
ConnectAsync | Connects the collection to the source. | |
CreateNewItem | Creates a new item of the collection. | |
DisconnectAsync | Disconnects the collection from the source. | |
Dispose | Overloaded. Overridden. Called to dispose resources. | |
FilterAsync | Filters the data using specified filter expression. | |
GetItemType | Overridden. Get the type of the items in the collection. | |
GetLoadedItems | Overloaded. Returns the items that has be loaded so far. | |
GroupAsync | Overloaded. Groups the collection according to the specified group descriptions. | |
IndexOf | Gets the index of the specified item. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) | |
InsertAsync | ||
InsertRangeAsync | ||
LoadAsync | Load the items between the specified indexes. | |
LoadMoreItemsAsync | Loads more items asynchronously. | |
MoveAsync | ||
MoveRangeAsync | ||
MoveToPageAsync | Moves to the page pageIndex. | |
RefreshAsync | Refreshes the collection data. | |
RemoveAsync | ||
RemoveRangeAsync | ||
ReplaceAsync | ||
ReplaceRangeAsync | ||
SortAsync | Overloaded. Sorts the collection according to the specified sort descriptions. |